wayland: Remove some unused fields
authorMatthias Clasen <mclasen@redhat.com>
Sun, 14 May 2023 17:06:00 +0000 (13:06 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 14 May 2023 17:06:00 +0000 (13:06 -0400)
gdk/wayland/gdktoplevel-wayland.c

index 022e341dd721e0acdf33433c8aea8d858b778e29..a73c3de695f30db4b24e7c13c14b00b2204d3f02 100644 (file)
@@ -102,12 +102,6 @@ struct _GdkWaylandToplevel
       gboolean size_is_fixed;
   } next_layout;
 
-  struct {
-    GdkWaylandToplevelExported callback;
-    gpointer user_data;
-    GDestroyNotify destroy_func;
-  } exported;
-
   struct {
     gboolean was_set;